Using eSignature and Acroform fields

The ESignatureAndFieldSupport output type element allows users to configure the following eSignature functionality in transaction-based Ancillary Output elements.

eSignature feature overview

Features/elements available within the ESignatureAndFieldSupport element:

Using SignaturePointSet and eSignatureAndFieldSupport

We have created a new element eSignatureAndFieldSupport with two child flags to control eSignatures and Non-Signature Fillable fields independently. At this time XY coordinates will only be passed for eSignature fields (esignatures, esig date, and initials). In a future release additional enhancements will be made to pass XY coordinates for other fillable fields.

Below is an explanation of these elements, the new flags, and their function together.

Enabling X/Y coordinates

In a future release, setting the eSignatureSupport and NonSignatureFieldSupport flags to true will suppress the field(s) on the form and return X/Y coordinates.

Considerations

Note the following:

SOAP Request

<AncillaryOutputOption>
	<OutputType>ESignatureAndFieldSupport</OutputType>
	<ESignatureAndFieldSupport>
		<eSignatureCoordinatesOnly>true</eSignatureCoordinatesOnly>
		<eSignatureDateSupport>true</eSignatureDateSupport>
		<eSignatureTooltip>test</eSignatureTooltip>
		<eSignatureInitialsTooltip>test1</eSignatureInitialsTooltip>
		<NonSignatureFieldCoordinatesOnly>true</NonSignatureFieldCoordinatesOnly>
	</ESignatureAndFieldSupport>
</AncillaryOutputOption>